google.golang.org/grpc.serverOptions.chainUnaryInts (field)

5 uses

	google.golang.org/grpc (current package)
		server.go#L158: 	chainUnaryInts        []UnaryServerInterceptor
		server.go#L420: 		o.chainUnaryInts = append(o.chainUnaryInts, interceptors...)
		server.go#L1135: 	interceptors := s.opts.chainUnaryInts
		server.go#L1137: 		interceptors = append([]UnaryServerInterceptor{s.opts.unaryInt}, s.opts.chainUnaryInts...)